-
Home
-
Content Egg – Affiliate Product Importer & Price Comparison
-
5.5.0
-
Code
-
Classes
- FormValidator
| Total Complexity |
43 |
| Dependencies |
0 |
| Dependents |
0 |
| Total lines |
382 |
| Lines of code |
99 |
| Logical lines of code |
42 |
| Comment lines |
226 |
| Methods |
23 |
| Properties |
0 |
Methods 23
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| valid_url() |
S |
61 |
5 |
12 |
| prep_url() |
S |
64 |
5 |
9 |
| min_length() |
S |
65 |
3 |
8 |
| max_length() |
S |
65 |
3 |
8 |
| exact_length() |
S |
66 |
3 |
8 |
| required() |
S |
77 |
2 |
3 |
| greater_than() |
S |
78 |
2 |
3 |
| greater_than_equal_to() |
S |
78 |
2 |
3 |
| less_than() |
S |
78 |
2 |
3 |
| less_than_equal_to() |
S |
78 |
2 |
3 |
| is_natural_no_zero() |
S |
78 |
2 |
3 |
| regex_match() |
S |
78 |
1 |
3 |
| valid_email() |
S |
78 |
1 |
3 |
| alpha() |
S |
80 |
1 |
3 |
| alpha_numeric() |
S |
79 |
1 |
3 |
| alpha_numeric_spaces() |
S |
78 |
1 |
3 |
| alpha_dash() |
S |
78 |
1 |
3 |
| numeric() |
S |
78 |
1 |
3 |
| integer() |
S |
78 |
1 |
3 |
| decimal() |
S |
78 |
1 |
3 |
| is_natural() |
S |
79 |
1 |
3 |
| valid_base64() |
S |
78 |
1 |
3 |
| encode_php_tags() |
S |
77 |
1 |
3 |